stack register

英 [stæk ˈredʒɪstə(r)] 美 [stæk ˈredʒɪstər]

网络  堆栈缓存器; 堆叠暂存器; 栈寄存器

计算机



双语例句

  1. Since you did not call any functions or use any local storage, you did not need a stack frame at all, so you can now just exit through the link register.
    由于未调用任何函数,也未使用任何本地存储,所以您根本无需堆栈框架,并可通过链接寄存器退出。
  2. As I mentioned earlier, LR_OFFSET is the offset from the end of the stack to the link register save area.
    正如我先前提到的,LROFFSET是堆栈末端到链接寄存器保存区的偏移量。
  3. If y were specified in the input section, the value of y on stack would not be updated, even though it does get updated in the temporary register storage of y (% edx).
    如果y是在输入部分中指定的,那么即使它在y的临时寄存器存储值(%edx)中被更新,堆栈上y的值也不会更新。
  4. The first part of the stack frame is the non-volatile register save area.
    堆栈帧的第一个部分是非易失性寄存器保存区。
  5. Mpacked-stack and-mno-packed-stack: These options control whether the stack frame uses a space-optimized, dense-packing scheme for register save slots.
    mpacked-stack和-mno-packed-stack:这些选项控制堆栈帧是否针对注册器保存槽(registersaveslot)使用空间优化的紧凑模式。
  6. This will lead to better stack tracebacks, as the frame pointer register is used as a frame pointer rather than a general purpose register.
    这将产生更好的堆栈回溯,因为帧指针寄存器被用作帧指针而不是通用寄存器。
  7. Current parameter stack segment register
    现行参数栈段寄存器
  8. Data file descriptor record data stack descriptor register
    数据文件描述符记录
  9. Before making any timing to evaluate the effect of the two optimisations it is a good idea to optimise away some, or all if possible, of the stack to register and register to stack moves.
    在比较这两个优化的效率之前,最好能尽可能的优化掉比如堆栈到寄存器,寄存器到堆栈的数据移动。
  10. If a routine changes the value of a nonvolatile register, it must save the old value on the stack before changing the register and restore that value before returning.
    如果一个程序改变了一个非易失性寄存器的值,它必须保存在改变这个寄存器之前堆栈中保存旧的值和在返回之前恢复那个值。
  11. But high stack register pressure will lead to frequent register stack spill/ fill.
    但过多的栈寄存器使用会引起寄存器栈溢出/载入。